home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 05 - 1989 / 05.10 Oct 89 / Driver Code / PDDF.r < prev    next >
Encoding:
Text File  |  1987-12-23  |  149 b   |  8 lines  |  [TEXT/MPS ]

  1. type 'PDDF' {
  2.     integer = $$CountOf(PumpArray) - 1;
  3.     wide array PumpArray {
  4.         char;            /*What is sent*/
  5.         byte;            /*Format - 1=Hex, 0=Integer*/
  6.     };
  7. };
  8.